testing.common.log (method)

9 uses

	testing (current package)
		testing.go#L1028: func (c *common) log(s string) {
		testing.go#L1189: 	c.log(fmt.Sprintln(args...))
		testing.go#L1200: 	c.log(fmt.Sprintf(format, args...))
		testing.go#L1206: 	c.log(fmt.Sprintln(args...))
		testing.go#L1213: 	c.log(fmt.Sprintf(format, args...))
		testing.go#L1220: 	c.log(fmt.Sprintln(args...))
		testing.go#L1227: 	c.log(fmt.Sprintf(format, args...))
		testing.go#L1234: 	c.log(fmt.Sprintln(args...))
		testing.go#L1241: 	c.log(fmt.Sprintf(format, args...))